-
-
Notifications
You must be signed in to change notification settings - Fork 227
chore: fix vulnerable packages #4757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
samples/Sentry.Samples.EntityFramework/Sentry.Samples.EntityFramework.csproj
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4757 +/- ##
=======================================
Coverage 73.87% 73.87%
=======================================
Files 485 485
Lines 17689 17689
Branches 3497 3497
=======================================
Hits 13068 13068
- Misses 3759 3760 +1
+ Partials 862 861 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@sentry review |
samples/Sentry.Samples.EntityFramework/Sentry.Samples.EntityFramework.csproj
Show resolved
Hide resolved
test/Sentry.DiagnosticSource.IntegrationTests/Sentry.DiagnosticSource.IntegrationTests.csproj
Show resolved
Hide resolved
test/Sentry.DiagnosticSource.IntegrationTests/Sentry.DiagnosticSource.IntegrationTests.csproj
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy if the analysers are happy 😉
Fixes #2814
After #4756, revisiting #2814.
Fixing most vulnerabilities.
Except
Hangfire.Core(throughSentry.Hangfire)This is tracked via issue #4616.
Also removing some packages transitively pinned, where I believe through other changes in the meantime the vulnerable package is no longer in use.